SmartFTP FTP Library
ISFTPConnection::Link Method

Creates a link.

IDL
HRESULT Link(
    [in] BSTR bstrPath, 
    [in] BSTR bstrLinkPoint, 
    [in] VARIANT_BOOL bSymbolicLink
);
Parameters

bstrPath
The name of the new link to be created.
bstrLinkPoint
The path of a target object to which the newly created link will refer.
bSymbolicLink
Protocol Version 3 

Not used. 

Protocol Version 6 

Specifies that the link should be a symbolic link, or a special file (hard link) that redirects file system parsing to the resulting path. 

true: Creates a symbolic link 

false: Creates a hard link

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.